home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard Danish (DK-1.2.2) / Idestakke / Baggrundsideer / background_5632.txt < prev    next >
Text File  |  1988-12-19  |  2KB  |  118 lines

  1. -- background: 5632 from stack: in
  2. -- bmap block id: 5202
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11.  
  12. -- part 1 (field)
  13. -- low flags: 01
  14. -- high flags: 0000
  15. -- rect: left=60 top=55 right=87 bottom=456
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 1
  19. -- font id: 2
  20. -- text size: 24
  21. -- style flags: 0
  22. -- line height: 32
  23. -- part name: 
  24.  
  25.  
  26. -- part 2 (field)
  27. -- low flags: 01
  28. -- high flags: 6000
  29. -- rect: left=48 top=97 right=296 bottom=463
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 0
  33. -- font id: 3
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: 
  38.  
  39.  
  40. -- part 7 (button)
  41. -- low flags: 00
  42. -- high flags: 0000
  43. -- rect: left=232 top=288 right=313 bottom=259
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 15420 / 15420
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: Prev
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   visual effect wipe right
  55.   go to previous card
  56. end mouseUp
  57.  
  58.  
  59.  
  60. -- part 8 (button)
  61. -- low flags: 00
  62. -- high flags: 0000
  63. -- rect: left=264 top=288 right=313 bottom=291
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 16560 / 16560
  66. -- text alignment: 1
  67. -- font id: 0
  68. -- text size: 12
  69. -- style flags: 0
  70. -- line height: 16
  71. -- part name: Next
  72. ----- HyperTalk script -----
  73. on mouseUp
  74.   visual effect wipe left
  75.   go to next card
  76. end mouseUp
  77.  
  78.  
  79.  
  80. -- part 9 (button)
  81. -- low flags: 00
  82. -- high flags: 0004
  83. -- rect: left=3 top=23 right=52 bottom=35
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 21700 / 21700
  86. -- text alignment: 1
  87. -- font id: 0
  88. -- text size: 12
  89. -- style flags: 0
  90. -- line height: 16
  91. -- part name: Home
  92. ----- HyperTalk script -----
  93. on mouseUp
  94.   visual effect iris open
  95.   go Home
  96. end mouseUp
  97.  
  98.  
  99.  
  100. -- part 10 (button)
  101. -- low flags: 00
  102. -- high flags: 0000
  103. -- rect: left=430 top=286 right=314 bottom=467
  104. -- title width / last selected line: 0
  105. -- icon id / first selected line: 6720 / 6720
  106. -- text alignment: 1
  107. -- font id: 0
  108. -- text size: 12
  109. -- style flags: 0
  110. -- line height: 16
  111. -- part name: Return
  112. ----- HyperTalk script -----
  113. on mouseUp
  114.   visual effect iris close
  115.   pop card
  116. end mouseUp
  117.  
  118.